runtime/pprof.Profile.count (field)

9 uses

	runtime/pprof (current package)
		pprof.go#L182: 	count func() int
		pprof.go#L194: 	count: countGoroutine,
		pprof.go#L200: 	count: countThreadCreate,
		pprof.go#L206: 	count: countHeap,
		pprof.go#L212: 	count: countHeap, // identical to heap profile
		pprof.go#L218: 	count: countBlock,
		pprof.go#L224: 	count: countMutex,
		pprof.go#L302: 	if p.count != nil {
		pprof.go#L303: 		return p.count()